Returns a weekday name based on a weekday integer. 1 is Sunday, 2 is Monday, etc.
Syntax
WeekdayName(WeekdayInteger)
Arguments
| Argument | Description |
|---|---|
| WeekdayInteger | Weekday integer. |
Return value
| Value | Description |
|---|---|
| Value | Weekday name that corresponds with the integer. |
Example
dayOfWeek = WeekdayName(3)